runtime.g.goid (field)
46 uses
runtime (current package)
arena.go#L721: if inittrace.active && inittrace.id == getg().goid {
heapdump.go#L355: dumpint(gp.goid)
malloc.go#L998: if inittrace.active && inittrace.id == getg().goid {
malloc.go#L1232: if inittrace.active && inittrace.id == getg().goid {
mgcmark.go#L139: println("gp", gp, "goid", gp.goid,
mgcmark.go#L736: print("runtime:scanstack: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", hex(readgstatus(gp)), "\n")
mgcmark.go#L742: print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
mgcmark.go#L747: print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
mgcmark.go#L786: println("stack trace goroutine", gp.goid)
mgcmark.go#L790: print("scanning async preempted goroutine ", gp.goid, " stack [", hex(gp.stack.lo), ",", hex(gp.stack.hi), ")\n")
mprof.go#L1067: print("doRecordGoroutineProfile gp1=", gp1.goid, "\n")
proc.go#L194: inittrace.id = getg().goid
proc.go#L783: print("runtime: gp: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
proc.go#L784: print("runtime: getg: g=", thisg, ", goid=", thisg.goid, ", g->atomicstatus=", readgstatus(thisg), "\n")
proc.go#L2135: gp.goid = sched.goidgen.Add(1)
proc.go#L4533: newg.parentGoid = callergp.goid
proc.go#L4569: newg.goid = pp.goidcache
proc.go#L4593: if debug.tracebackancestors <= 0 || callergp.goid == 0 {
proc.go#L4613: goid: callergp.goid,
proc.go#L5449: print("runtime: checkdead: find g ", gp.goid, " in status ", s, "\n")
proc.go#L5853: print(mp.curg.goid)
proc.go#L5859: print(lockedg.goid)
proc.go#L5867: print(" G", gp.goid, ": status=", readgstatus(gp), "(", gp.waitreason.String(), ") m=")
runtime2.go#L447: goid uint64
stack.go#L1049: print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->status=", hex(readgstatus(gp)), "\n ")
trace.go#L337: traceEvent(traceEvGoCreate, -1, gp.goid, uint64(id), stackID)
trace.go#L342: traceEvent(traceEvGoWaiting, -1, gp.goid)
trace.go#L347: traceEvent(traceEvGoInSyscall, -1, gp.goid)
trace.go#L356: traceEvent(traceEvGoCreate, -1, gp.goid, uint64(id), stackID)
trace.go#L359: traceEvent(traceEvGoInSyscall, -1, gp.goid)
trace.go#L547: println("runtime: got trace reader", g2, g2.goid)
trace.go#L871: hdr[1] = gp.goid
trace.go#L997: if nstk > 0 && curgp.goid == 1 {
trace.go#L1579: traceEvent(traceEvGoCreate, 2, newg.goid, uint64(id))
trace.go#L1587: traceEvent(traceEvGoStartLabel, -1, gp.goid, gp.trace.seq, trace.markWorkerLabels[pp.ptr().gcMarkWorkerMode])
trace.go#L1589: traceEvent(traceEvGoStartLocal, -1, gp.goid)
trace.go#L1592: traceEvent(traceEvGoStart, -1, gp.goid, gp.trace.seq)
trace.go#L1622: traceEvent(traceEvGoUnblockLocal, skip, gp.goid)
trace.go#L1625: traceEvent(traceEvGoUnblock, skip, gp.goid, gp.trace.seq)
trace.go#L1674: traceEvent(traceEvGoSysExit, -1, gp.goid, gp.trace.seq, uint64(ts))
trace.go#L1803: traceEvent(traceEvGoInSyscall, -1, gp.goid)
traceback.go#L205: print("runtime: g ", gp.goid, ": unknown pc ", hex(frame.pc), "\n")
traceback.go#L471: print("runtime: g ", gp.goid, ": unexpected return pc for ", funcname(f), " called from ", hex(frame.lr), "\n")
traceback.go#L569: print("runtime: g", gp.goid, ": frame.sp=", hex(u.frame.sp), " top=", hex(gp.stktopsp), "\n")
traceback.go#L798: if f.valid() && showframe(f.srcFunc(), gp, false, abi.FuncIDNormal) && gp.goid != 1 {
traceback.go#L1209: print("goroutine ", gp.goid, " [", status)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |